Opc.Ua.Core
UInt64Collection Constructor(IEnumerable<UInt64>)



Opc.Ua Namespace > UInt64Collection Class > UInt64Collection Constructor : UInt64Collection Constructor(IEnumerable<UInt64>)
A collection of System.UInt64 to pre-populate the collection with
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of ULong) _
)
'Usage
 
Dim collection As IEnumerable(Of ULong)
 
Dim instance As New UInt64Collection(collection)
public UInt64Collection( 
   IEnumerable<ulong> collection
)
public:
UInt64Collection( 
   IEnumerable<ulong>^ collection
)

Parameters

collection
A collection of System.UInt64 to pre-populate the collection with
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UInt64Collection Class
UInt64Collection Members
Overload List